Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.mail.web.actions.contrib--actions

This contribution is part of XML component org.nuxeo.ecm.platform.mail.web.actions.contrib inside nuxeo-platform-mail-web-9.10.jar /OSGI-INF/nxmail-actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action enabled="true" id="user_inbox" label="command.check.mail.connection" link="#{mailActions.checkCurrentInbox}" order="10">
    	    <category>SUBVIEW_UPPER_LIST</category>
    	    <filter>
    	      <rule grant="true">
    	        <type>MailFolder</type>
    	      </rule>
    	    </filter>
    	  </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

	  <action enabled="true" id="user_inbox" label="command.check.mail.connection" link="#{mailActions.checkCurrentInbox}" order="10">
	    <category>SUBVIEW_UPPER_LIST</category>
	    <filter>
	      <rule grant="true">
	        <type>MailFolder</type>
	      </rule>
	    </filter>
	  </action>

    </extension>